home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Prog / T / TaskManager 2.21P.sit / TaskManager 2.2.1P / Source Read Me / Source Read Me
Encoding:
Text File  |  1992-11-24  |  1.5 KB  |  24 lines  |  [TEXT/ttxt]

  1. The Task Manager
  2. Version 2.2.1P
  3.  
  4. This software source package is Copyright © 1990–91 by Michael Hecht. All Rights Reserved. It may be freely distributed in source or object code format; however, the source code may not be sold for profit or charged for in any way. 
  5.  
  6. The Task Manager is a package for creating and managing tasks-separate execution threads that run nonpreemptively in the background. Tasks should periodically call a Task Manager yielding routine to allow other tasks to run. Tasks are ideal for lengthy processes that you would like to run in the background, since the task runs in a separate execution thread from your event loop.
  7.  
  8. Michael wrote The Task Manager using THINK C 5.0.1, and Peter N Lewis converted in to Pascal using THINK Pascal 4.0.1.   The documentation is unchanged from Michael's, so it reffers to C prodcedure's, but I'm sure you can figure it out.
  9.  
  10. This code is provided AS IS.  It's free, and you get what you pay for.  I don't guarentee any support in any way shape of form.  If there is anything wrong, fix it and tell me about it.  If you find any problem, report it to me if you think its a Pascal conversion problem, or to both Michael and I if its a general problem.
  11.  
  12. Send comments to either:
  13.  
  14. Michael Hecht:
  15. Internet:        Michael_Hecht@mac.sas.com
  16. AppleLink:        SAS.HECHT
  17.  
  18. OR
  19. Peter N Lewis,
  20. Internet: peter@ncrpda.curtin.edu.au
  21. Bitnet: peter%ncrpda.curtin.edu.au@cunyvm.bitnet
  22. UUCP: uunet!munnari.oz!ncrpda.curtin.edu.au!peter
  23.  
  24. A huge THANK YOU to Michael for providing the library and allowing its Pascal conversion to be distributed.